home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-10 | 1.7 KB | 93 lines | [TEXT/MPS ] |
- #//////////////////////////////////////////////////////////////////////////
- #//
- #// FILE NAME
- #// antlr.make
- #//
- #// AUTHOR
- #// Scott Haney
- #//
- #// CREATED
- #// May 30, 1994
- #//
- #// DESCRIPTION
- #// Controls Macintosh builds of ANTLR.
- #//
- #//////////////////////////////////////////////////////////////////////////
-
- ObjDir = :Macintosh:
- SetDir = ::support:set
-
- COptions = -mc68020 -model far -warnings off -d MPW -d __STDC__=1 -d USER_ZZSYN ∂
- -i {SetDir} -i ::h
- LinkOptions = -d -c 'MPS ' -t MPST -mf -model far
-
- Objects = ∂
- {ObjDir}antlr.c.o ∂
- {ObjDir}bits.c.o ∂
- {ObjDir}build.c.o ∂
- {ObjDir}err.c.o ∂
- {ObjDir}fset.c.o ∂
- {ObjDir}fset2.c.o ∂
- {ObjDir}gen.c.o ∂
- {ObjDir}globals.c.o ∂
- {ObjDir}hash.c.o ∂
- {ObjDir}lex.c.o ∂
- {ObjDir}misc.c.o ∂
- {ObjDir}pred.c.o ∂
- {ObjDir}scan.c.o ∂
- {SetDir}{ObjDir}set.c.o ∂
- {ObjDir}main.c.o ∂
- "{Libraries}"Runtime.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{Libraries}"Stubs.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
-
- {ObjDir}antlr.c.o ƒ antlr.c
-
- {ObjDir}bits.c.o ƒ bits.c
-
- {ObjDir}build.c.o ƒ build.c
-
- {ObjDir}err.c.o ƒ err.c
-
- {ObjDir}fset.c.o ƒ fset.c
-
- {ObjDir}fset2.c.o ƒ fset2.c
-
- {ObjDir}gen.c.o ƒ gen.c
-
- {ObjDir}globals.c.o ƒ globals.c
-
- {ObjDir}hash.c.o ƒ hash.c
-
- {ObjDir}lex.c.o ƒ lex.c
-
- {ObjDir}main.c.o ƒ main.c
-
- {ObjDir}misc.c.o ƒ misc.c
-
- {ObjDir}pred.c.o ƒ pred.c
-
- {ObjDir}scan.c.o ƒ scan.c
-
- {SetDir}{ObjDir}set.c.o ƒ {SetDir}:set.c
-
- SetDir}{ObjDir} ƒ {SetDir}:
- {ObjDir} ƒ :
- {ObjDir} ƒ {ObjDir}
-
- antlr ƒƒ {Objects}
- Link {LinkOptions} -o antlr {Objects}
-
- antlr ƒƒ antlr.r
- Rez antlr.r -o antlr -a
-
- Bootstrap ƒ antlr.g
- antlr -gh antlr.g
- dlg -C2 parser.dlg scan.c
-
- Install ƒ antlr
- Duplicate antlr "{MPW}"Tools:antlr
-
-